profile function meaning in Chinese
轮廓函数
Examples
- You need to provide only two special profiling functions
您只需要提供两个特殊的分析函数即可。 - But when the profiling functions are called , what do you do with the addresses that are provided
但在调用分析函数时,又应该怎样处理所提供的地址呢? - Within these profiling functions , you can record the address pairs for later analysis
在这些分析函数中,您可以记录下地址对,以供以后再进行分析使用。 - Not applying this function attribute to the profiling functions results in an infinite recursive profiling loop and a lot of useless data
不要将这个函数属性应用到分析函数上,这样会导致无限递归分析循环和大量的无用数据。 - So , now you can provide profiling functions to gcc that it will transparently insert into your application s function entry and exit points
因此,现在您就可以为gcc提供一些分析函数了,这些函数可以透明地插入应用程序中的函数入口点和函数退出点。